2008-10-13 16:32:16 +00:00
|
|
|
---
|
|
|
|
|
Makefile | 2 +-
|
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
2016-04-04 09:20:08 +00:00
|
|
|
Index: Makefile
|
|
|
|
|
===================================================================
|
|
|
|
|
--- Makefile.orig
|
|
|
|
|
+++ Makefile
|
2008-10-13 16:32:16 +00:00
|
|
|
@@ -28,7 +28,7 @@ ALL = sgpio
|
|
|
|
|
all: $(ALL)
|
|
|
|
|
|
|
|
|
|
sgpio.o: sgpio.c
|
|
|
|
|
- gcc -g -Wall -c sgpio.c
|
2016-04-04 09:20:08 +00:00
|
|
|
+ cc $(CFLAGS) -g -Wall -c sgpio.c
|
2008-10-13 16:32:16 +00:00
|
|
|
|
|
|
|
|
sgpio: sgpio.o
|
|
|
|
|
gcc -g sgpio.o -o sgpio
|