mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
genex/: "genex" is now a wrapper that sets PATH, then calls genex-bin
This commit is contained in:
@@ -33,9 +33,9 @@ endif
|
||||
|
||||
.PHONY: all clean spotless
|
||||
|
||||
all: genex
|
||||
all: genex-bin
|
||||
|
||||
genex: $(OBJS)
|
||||
genex-bin: $(OBJS)
|
||||
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDLIBS)
|
||||
|
||||
%.o: %.c
|
||||
@@ -52,4 +52,4 @@ clean:
|
||||
rm -f $(OBJS) $(OBJS:.o=.d)
|
||||
|
||||
spotless: clean
|
||||
rm -f genex
|
||||
rm -f genex-bin
|
||||
|
||||
Reference in New Issue
Block a user