added clean rule and a bunch of definitions
This commit is contained in:
@@ -6,3 +6,6 @@ upiwin: $(OBJS)
|
||||
|
||||
.c.o:
|
||||
gcc -c $(CFLAGS) $<
|
||||
|
||||
clean:
|
||||
rm -f upiwin *.o *~
|
||||
|
||||
Reference in New Issue
Block a user