Skip to content

Commit

Permalink
WIP: Removed grabage from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-alvin committed Nov 27, 2023
1 parent a832235 commit 6429fbb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ DIRS = libjas labrador
all: jas

jas:
@for dir in $(DIRS); do \
if [ "$$dir" = "labrador" ]; then \
continue; \
fi \
$(MAKE) -C $$dir; \
done

$(MAKE) -C libjas
$(CC) -o $(BUILD)/$@ $(BUILD)/*.o

clean:
Expand Down

0 comments on commit 6429fbb

Please sign in to comment.