File: clean-common.patch

package info (click to toggle)
jack-tools 20131226-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 712 kB
  • sloc: ansic: 6,183; makefile: 105; lisp: 54
file content (14 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
From: Arnout Engelen <arnouten@bzzt.net>
Subject: clean-common

Also clean the c-common files
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ jack-scope: jack-scope.c
 	gcc $(CFLAGS) -o jack-scope jack-scope.c $(LDLIBS) -lX11 -lXext
 
 clean:
+	(cd c-common ; make clean)
 	rm -f $(bin) *.o
 
 install: