about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 532622c..e3abe5e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,6 @@ SCRIPTS=	1 2 3 ctrlaltdel
 all:
 	$(CC) $(CFLAGS) halt.c -o halt
 	$(CC) $(CFLAGS) pause.c -o pause
-	$(CC) $(CFLAGS) suspend.c -o suspend
 
 install:
 	install -d ${DESTDIR}/${PREFIX}/bin