File: clean.patch

package info (click to toggle)
emmax 0~beta.20100307-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: ansic: 9,936; makefile: 91; sh: 60
file content (17 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Steffen Moeller
Last-Update: 2013-06-11
Description: Proper cleaning

Index: emmax-0~beta.20100307/makefile
===================================================================
--- emmax-0~beta.20100307.orig/makefile
+++ emmax-0~beta.20100307/makefile
@@ -15,7 +15,7 @@
 	${CC} ${COMPFLAGS} -o $@ $? ${CLIBS}
 
 clean:
-	rm -f *.o emmax
+	rm -f *.o emmax emmax-kin
 
 install: all
 	mkdir -p $(DESTDIR)$(PREFIX)/bin/