X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/blobdiff_plain/a10e578285a0d47f60c93f5dc47762446f6e1061..f80858bad8da614b4a8d0acf454895f627aaa9ec:/dhwk/userland/Makefile?ds=inline diff --git a/dhwk/userland/Makefile b/dhwk/userland/Makefile new file mode 100644 index 0000000..052eb8c --- /dev/null +++ b/dhwk/userland/Makefile @@ -0,0 +1,3 @@ +all: + @gcc -Wall -O2 -o dump_register dump_register.c + @gcc -Wall -O2 -o open open.c