1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00

Add dummy target strip

git-svn-id: svn://svn.cc65.org/cc65/trunk@2600 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-11-03 14:02:18 +00:00
parent 8729fb4a53
commit 6e780debb8

View File

@ -100,6 +100,9 @@ clean:
zap: clean
@rm -f *.obj $(LIB)
strip:
@true