diff options
| author | Lennart Poettering <lennart@poettering.net> | 2008-06-29 17:48:38 +0200 |
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2008-06-29 17:48:38 +0200 |
| commit | d828532cdb5782bf484dfcfbd561b403902eb26f (patch) | |
| tree | 39bad51254c493254e380450ccc0f540df9c6fbe | |
| parent | d2f23cff093e231af63ba841d9e9a522b7f4b332 (diff) | |
rename smartkit.c smart.c
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | smart.c (renamed from smartkit.c) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CFLAGS=`pkg-config --cflags glib-2.0` -pipe -Wall -W -O0 -g LIBS=`pkg-config --libs glib-2.0` -skdump: smartkit.o skdump.o +skdump: smart.o skdump.o $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
