Bläddra i källkod

Fix Makefile rule name

master
mtardy 4 år sedan
förälder
incheckning
911705049d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Visa fil

@ -5,7 +5,7 @@ LDLIBS = -L/usr/local/lib -lgc
# moved LDLIBS to end because ld scans files from left to right and collects only required symbols # moved LDLIBS to end because ld scans files from left to right and collects only required symbols
calc: parse.c object.c
parse: parse.c object.c
$(CC) $(CFLAGS) -o parse parse.c $(LDLIBS) $(CC) $(CFLAGS) -o parse parse.c $(LDLIBS)
parse.c: parse.leg parse.c: parse.leg

Laddar…
Avbryt
Spara