redid structure for 334 keeping things clean now
This commit is contained in:
11
334/Makefile
11
334/Makefile
@@ -1,3 +1,10 @@
|
||||
# Single make file for everything becauz lazy
|
||||
1:
|
||||
gcc bindec.c -o bin
|
||||
object=hw.c
|
||||
cc=gcc
|
||||
output=bin
|
||||
|
||||
default:
|
||||
$(cc) $(object) -o $(output)
|
||||
|
||||
clean:
|
||||
rm -f $(output)
|
||||
|
||||
Reference in New Issue
Block a user