File: debianise-Makefile.patch

package info (click to toggle)
dxtool 0.1-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 41
  • sloc: ansic: 706; makefile: 25
file content (18 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: dxtool-0.1/Makefile
===================================================================
--- dxtool-0.1.orig/Makefile
+++ dxtool-0.1/Makefile
@@ -1,6 +1,4 @@
 
-CFLAGS = 
-LDFLAGS = 
 
 SOURCES= dxtool.c
 OBJECTS = ${SOURCES:.c=.o}
@@ -15,4 +13,4 @@ all: ${OBJECTS}
 
 clean:
 	rm -rf $(OBJECTS) $(OUT)
-	
\ No newline at end of file
+