Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1 from abes975/master
Browse files Browse the repository at this point in the history
Update Makefile.main
  • Loading branch information
kholia committed May 7, 2014
2 parents aa8c44a + 8cb3498 commit b44e73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passe-partout-0.1/Makefile.main
Expand Up @@ -6,7 +6,7 @@ LDFLAGS=-lcrypto
all: $(LIB) $(BIN) all: $(LIB) $(BIN)


$(BIN): $(OBJS) $(BIN): $(OBJS)
$(CC) $(CFLAGS) -o $@ $(LDFLAGS) $(OBJS) $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)


%.o: %.c %.o: %.c
$(CC) $(CFLAGS) -Wall -g -o $@ -c $< $(CC) $(CFLAGS) -Wall -g -o $@ -c $<
Expand Down

0 comments on commit b44e73c

Please sign in to comment.