summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2009-10-18 00:27:58 +0000
committerDimitri Sokolyuk <demon@dim13.org>2009-10-18 00:27:58 +0000
commit19cd65091ccae406ee8094f0b13bb4196b481ad4 (patch)
tree0859f17bc16ae8548724b0797feeebd38dae25df
parent84eaf6e55c974b7f13fee5cd608fca366353b56f (diff)
simplifyHEADmaster
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 27cfef0..c478de2 100644
--- a/Makefile
+++ b/Makefile
@@ -4,19 +4,14 @@ PROGS=slist list simpleq tailq circleq
all: $(PROGS)
slist: slist.c
- $(CC) -o $@ $?
list: list.c
- $(CC) -o $@ $?
simpleq: simpleq.c
- $(CC) -o $@ $?
tailq: tailq.c
- $(CC) -o $@ $?
circelq: circleq.c
- $(CC) -o $@ $?
clean:
rm -f $(PROGS) *.core