aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Make.include1
1 files changed, 0 insertions, 1 deletions
diff --git a/Make.include b/Make.include
index aaca607..4e9958b 100644
--- a/Make.include
+++ b/Make.include
@@ -51,6 +51,5 @@ all: $(OBJ)
-cp $(TARGET).$(EXT) ../../lib/
$(OBJ) : %.o : %.c
- touch $*.c
$(CC) $(PD_CFLAGS) $(PD_INCLUDES) -c -o $*.o $*.c