mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-27 15:54:29 +02:00
Fixed CFLAGS typo in Makefile
Introduced in (81d5b4b).
This commit is contained in:
parent
887fbbb33d
commit
4937d61d40
@ -12,7 +12,7 @@ all:
|
|||||||
$(CC) $(CFLAGS) $(CPPFLAGS) -o $(TARGET) $(SOURCE) $(LIBS) $(LDFLAGS)
|
$(CC) $(CFLAGS) $(CPPFLAGS) -o $(TARGET) $(SOURCE) $(LIBS) $(LDFLAGS)
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
$(CC) $(CLFAGS) $(CPPFLAGS) -DDEBUG -o $(TARGET) $(SOURCE) $(LIBS) $(LDFLAGS)
|
$(CC) $(CFLAGS) $(CPPFLAGS) -DDEBUG -o $(TARGET) $(SOURCE) $(LIBS) $(LDFLAGS)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install -d $(BINDIR)
|
install -d $(BINDIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user