Modified for use for eth0

This commit is contained in:
Hylke44 2017-02-18 01:24:00 +01:00
parent bea3ec8fec
commit e26592df19
4 changed files with 179 additions and 54 deletions

View file

@ -8,7 +8,7 @@ HFILES := $(foreach dir,$(HDIR),$(wildcard $(dir)/*.h))
build:
@echo
@echo Compiling and linking files
$(CC) $(CFILES) -I $(IDIR) -o pixelvloed -Wall
$(CC) $(CFILES) -I $(IDIR) -Os -o pixelvloed -Wall
@echo Done
@echo