diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +CC = gcc -std=gnu99 CFLAGS := -Wall -Wextra -pedantic -O2 -g -D_REENTRANT $(CFLAGS) LDFLAGS := -lpulse -lm $(LDFLAGS) |
index : mirror-ponymix | ||
mirror of ponymix, just in case | git |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 1 |
@@ -1,3 +1,4 @@ +CC = gcc -std=gnu99 CFLAGS := -Wall -Wextra -pedantic -O2 -g -D_REENTRANT $(CFLAGS) LDFLAGS := -lpulse -lm $(LDFLAGS) |