Added clean target.
This commit is contained in:
parent
2e0c71f21c
commit
ba2c4a8d2a
@ -26,3 +26,6 @@ getopt.obj: ..\port\getopt.c
|
||||
|
||||
strcasecmp.obj: ..\port\strcasecmp.c
|
||||
$(CC) /c $(CFLAGS) ..\port\strcasecmp.c
|
||||
|
||||
clean:
|
||||
del *.obj *.exe
|
||||
|
Loading…
Reference in New Issue
Block a user