Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
  • Loading branch information
heuripedes committed Sep 28, 2018
1 parent 836b3db commit 5387e61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2013 Higor "enygmata" Eurípedes. All rights reserved.
Copyright 2013-2018 Higor "enygmata" Eurípedes. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ win: ipsbehead.exe
clean:
-rm -f ipsbehead ipsbehead.exe ipsbehead.o

ipsbehead: ipsbehead.c
ipsbehead: ipsbehead.c Makefile
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<

ipsbehead.exe: ipsbehead.c
ipsbehead.exe: ipsbehead.c Makefile
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lws2_32

0 comments on commit 5387e61

Please sign in to comment.