X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=src%2FMakefile;h=d23df8bd35828e8f8ff6264f870264ba9a6c5dfd;hp=21974c2f2bb1fd2233b1a069b4a62389a1c2cbd3;hb=364c9e8fbebe74ddb1196b3531f241c5a48532b9;hpb=f75dfb3c6581d4f94e19230c771936195b01b4b5 diff --git a/src/Makefile b/src/Makefile index 21974c2..d23df8b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1 +1,15 @@ -CFLAGS=-Wall -Wstrict-prototypes -ggdb3 #-O2 +CFLAGS= +CFLAGS+=-Wall -Wstrict-prototypes -ggdb3 +#CFLAGS+=-pedantic -ansi -traditional -Wall -Wstrict-prototype +#CFLAGS+=-O9 -fexpensive-optimizations -finline-functions +#CFLAGS+=-pg + +all: yasm2gas +# unmime flock pipebuf + +pipebuf: pipebuf.c + sh $< + +yasm2gas: yasm2gas.c + gcc -o $@ -Wall -g $< +