Added clean target.

This commit is contained in:
Frank Warmerdam 2000-01-05 03:13:58 +00:00
parent 2e0c71f21c
commit ba2c4a8d2a

View File

@ -26,3 +26,6 @@ getopt.obj: ..\port\getopt.c
strcasecmp.obj: ..\port\strcasecmp.c
$(CC) /c $(CFLAGS) ..\port\strcasecmp.c
clean:
del *.obj *.exe