diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-22 18:42:35 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-22 18:42:35 +0100 |
| commit | 5c8c67810a9df8fdcd7ca286cb2266d5d3536309 (patch) | |
| tree | 6abd9aaa6ace18ef86bfbf3228e5f28a9c9a773b /userspace/sys/Makefile | |
| parent | eca57656bfb384583c1c4b34de46cde6b36d6694 (diff) | |
Passing params to main()
Diffstat (limited to 'userspace/sys/Makefile')
| -rw-r--r-- | userspace/sys/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/userspace/sys/Makefile b/userspace/sys/Makefile new file mode 100644 index 0000000..7dde55a --- /dev/null +++ b/userspace/sys/Makefile @@ -0,0 +1,3 @@ +CC=i686-foolos-gcc +clean: + -rm *.o |
