mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 21:51:15 +00:00
Added work from my other class repositories before deletion
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
all: build
|
||||
|
||||
clean:
|
||||
rm -f smallsh
|
||||
|
||||
build:
|
||||
dos2unix smallsh.c > /dev/null 2>&1
|
||||
gcc smallsh.c -o smallsh -std=c99
|
||||
Reference in New Issue
Block a user