Commit Graph

18 Commits

Author SHA1 Message Date
David JULIEN fe16d9a110 feat: modify clean directive
remove blocks.h
2021-02-13 21:36:53 +01:00
Victor Timofei af5389ce30
Fix LDFLAGS for Ubuntu 2020-12-23 19:52:47 +02:00
aidan 904e407908 Added back the ability to change compiler with CC environment variable. 2020-08-19 10:12:37 -06:00
torrinfail 661f3eb4bc
Merge pull request #12 from kdkasad/patch-1
Change `cp`/`chmod` to `install` in Makefile
2020-08-12 21:20:36 -06:00
Aidan 7e0bc3f580 added blocks.def.h to act as default blocks file so that changes made in
the future will not affect csutom blocks.h files.
2020-08-11 20:50:11 -06:00
torrinfail 7a570d5760
Merge branch 'master' into patch-1 2020-07-28 11:06:04 -06:00
Aidan dcb198d7d7 Added variable in makefile to change c compiler 2020-07-06 02:10:33 -06:00
Taylor Henderson e62fbe6499
Fixed argument order for gcc 2020-05-29 21:22:34 -04:00
Kian Kasad 507cf284a2
Change `cp`/`chmod` to `install`
The install command was meant for exactly this purpose; installing a file to a location and setting its permissions. This combines the `cp` and `chmod` commands into one `install` command.
2020-05-04 01:20:45 -07:00
crian 2b44212f45
Makefile: Set permission 2020-03-03 14:53:01 +01:00
crian 2c47e9e707
Makefile: Add uninstall 2020-03-02 17:01:13 +01:00
crian 9c9e08d2bc
Makefile: Use DESTDIR and PREFIX 2020-03-02 17:01:10 +01:00
Aidan 3906995607 Changed Makefile to use pkg-config to find libraries. 2019-12-12 10:28:06 -07:00
Aidan a22c6311cc Added -f option to rm in clean command. 2019-11-26 22:42:27 -07:00
Aidan 86f2909ba6 Changed Makefile to also complie when running install. 2019-03-26 18:32:08 -06:00
Aidan b998dd9d55 Added install option. 2019-03-24 21:53:48 -06:00
Aidan 9c88bb5245 Changed makefile to include X11 libraries. 2019-03-24 16:36:52 -06:00
Aidan c97d6d119e Added code files, and Makefile. 2019-03-24 16:31:05 -06:00