diff options
Diffstat (limited to 'libsmdb/Makefile')
| -rw-r--r-- | libsmdb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libsmdb/Makefile b/libsmdb/Makefile index 13c8af07a52ca..ce0e752abc0a0 100644 --- a/libsmdb/Makefile +++ b/libsmdb/Makefile @@ -8,6 +8,8 @@ all: FRC $(SHELL) $(BUILD) $(OPTIONS) $@ clean: FRC $(SHELL) $(BUILD) $(OPTIONS) $@ +check: FRC + $(SHELL) $(BUILD) $(OPTIONS) $@ install: FRC $(SHELL) $(BUILD) $(OPTIONS) $@ |
