Skip to content

Commit

Permalink
correct a target name
Browse files Browse the repository at this point in the history
  • Loading branch information
ilstam committed Feb 24, 2013
1 parent 00d0057 commit 2c1ad7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -10,7 +10,7 @@ hunt.o: hunt.c animals.h weapons.h misc.h info.h
animals.o: animals.c animals.h
$(CC) $(CFLAGS) animals.c

mylibrary.o: misc.c misc.h
misc.o: misc.c misc.h
$(CC) $(CFLAGS) misc.c

clean:
Expand Down

0 comments on commit 2c1ad7d

Please sign in to comment.