diff options
author | Brian Paul <[email protected]> | 2005-05-07 17:06:49 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-05-07 17:06:49 +0000 |
commit | 6f3d16c64aee2ef0eb94aa0e4ab1ce53fd4a5579 (patch) | |
tree | 967bda38ba36c242b9304e22b8538b22acaddaa5 /progs/demos/Makefile | |
parent | 42fa81275c67d7d1ad8d255120af0ffeeb46b963 (diff) |
assorted warning clean-ups for x86_64, etc (Mikko T.)
Diffstat (limited to 'progs/demos/Makefile')
-rw-r--r-- | progs/demos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 5827b46c28f..75e2f5878c3 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -127,4 +127,4 @@ osdemo32: osdemo32.c clean: -rm -f $(PROGS) -rm -f *.o *~ - -rm -f readtex.[ch] + -rm -f readtex.[ch] showbuffer.[ch] |