replace gcc with in makefile
Dieser Commit ist enthalten in:
Ursprung
eadd46583b
Commit
89272ceb81
2
Makefile
2
Makefile
@ -1,2 +1,2 @@
|
|||||||
all: adhocify.c
|
all: adhocify.c
|
||||||
gcc adhocify.c -g -std=c99 -Wall -Wextra -pedantic -o adhocify
|
$(CC) adhocify.c -g -std=c99 -Wall -Wextra -pedantic -o adhocify
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren