Skip to content

Commit

Permalink
new Makefile
Browse files Browse the repository at this point in the history
svn path=/trunk/core/; revision=26410
  • Loading branch information
jdsn committed Dec 2, 2005
1 parent ae673bb commit efdea34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion yml/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ YMLdebug: YMLparser.cc
all: YML

clean:
rm YML YMLdebug
rm YML YMLdebug test.ycp

test: YML
./YML > test.ycp && y2base ./test.ycp qt

0 comments on commit efdea34

Please sign in to comment.