Kaynağa Gözat

Adding flags for HOMEBREW and update of the gitignore

develop-theo
Theo Souchon 2 yıl önce
ebeveyn
işleme
58df8abff6
2 değiştirilmiş dosya ile 9 ekleme ve 2 silme
  1. +6
    -0
      .gitignore
  2. +3
    -2
      Makefile

+ 6
- 0
.gitignore Dosyayı Görüntüle

@ -4,3 +4,9 @@
tests-c/*.otags
tests-c/*.tags
tests-c/*.expected
*/*.out
ccmeta
ccmeta.c
.vscode/

+ 3
- 2
Makefile Dosyayı Görüntüle

@ -1,5 +1,5 @@
CFLAGS = -I/opt/local/include -std=gnu99 -Wall -Wno-unused-label -Wno-unused-function -g
LDLIBS = -L/opt/local/lib -lgc -lm
CFLAGS = -I/opt/local/include -I/opt/homebrew/include -std=gnu99 -Wall -Wno-unused-label -Wno-unused-function -g
LDLIBS = -L/opt/local/lib -L/opt/homebrew/lib -lgc -lm
TREE = -t
MAIN = ccmeta
@ -39,6 +39,7 @@ $(MAIN) : $(MAIN).c object.c buffer.h
clean : .FORCE
rm -f $(MAIN) $(MAIN).c
rm -f *~ $(MAIN)-output.out
rm -rf */*.out
tidy : .FORCE
rm -f *~ $(MAIN)-tree.out

Yükleniyor…
İptal
Kaydet