mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-26 23:35:03 +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)
|
||||
|
||||
debug:
|
||||
$(CC) $(CLFAGS) $(CPPFLAGS) -DDEBUG -o $(TARGET) $(SOURCE) $(LIBS) $(LDFLAGS)
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -DDEBUG -o $(TARGET) $(SOURCE) $(LIBS) $(LDFLAGS)
|
||||
|
||||
install:
|
||||
install -d $(BINDIR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user